4D Chart v13

CT SET DEPTH

Home

 
4D Chart v13
CT SET DEPTH

CT SET DEPTH 


 

CT SET DEPTH ( area ; object ; horizontal ; vertical ) 
Parameter Type   Description
area  Longint in 4D Chart area
object  Longint in Object ID
horizontal  Integer in Horizontal offset in points (Must be greater than -32000)
vertical  Integer in Vertical offset in points (Must be greater than -32000)

The CT SET DEPTH command sets the horizontal and vertical offsets (depth) of the graph specified by area and object. This command works only with two-dimensional graphs.

horizontal is the horizontal offset, measured in points. A positive value denotes an offset to the right; a negative value denotes an offset to the left.

vertical is the vertical offset, measured in points. A positive value denotes distance into the page from the X-axis; a negative value denotes distance out of the page from the X-axis.

For an illustration of horizontal and vertical depth, see the description for the CT GET DEPTH command.

Example  

See the example for CT GET DEPTH.

 
PROPERTIES 

Product: 4D Chart
Theme: CT Chart
Number: 14546

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 1

 
SEE ALSO 

CT GET DEPTH